Lists of integrals

Topics in Calculus
Fundamental theorem
Limits of functions
Continuity
Mean value theorem

Integration is the basic operation in integral calculus. While differentiation has easy rules by which the derivative of a complicated function can be found by differentiating its simpler component functions, integration does not, so tables of known integrals are often useful. This page lists some of the most common antiderivatives.

Contents

Historical development of integrals

A compilation of a list of integrals (Integraltafeln) and techniques of integral calculus was published by the German mathematician Meyer Hirsch in 1810. These tables were republished in the United Kingdom in 1823. More extensive tables were compiled in 1858 by the Dutch mathematician David de Bierens de Haan. A new edition was published in 1862. These tables, which contain mainly integrals of elementary functions, remained in use until the middle of the 20th century. They were then replaced by the much more extensive tables of Gradshteyn and Ryzhik. In Gradshteyn and Ryzhik, integrals originating from the book by de Bierens are denoted by BI.

Not all closed-form expressions have closed-form antiderivatives; this study forms the subject of differential Galois theory, which was initially developed by Joseph Liouville in the 1830s and 1840s, leading to Liouville's theorem which classifies which expressions have closed form antiderivatives. A simple example of a function without a closed form antiderivative is ex2, whose antiderivative is (up to constants) the error function.

Since 1968 there is the Risch algorithm for determining indefinite integrals that can be expressed in term of elementary functions, typically using a computer algebra system. Integrals that cannot be expressed using elementary functions can be manipulated symbolically using general functions such as the Meijer G-function.

Lists of integrals

More detail may be found on the following pages for the lists of integrals:

Gradshteyn, Ryzhik, Jeffrey, Zwillinger's Table of Integrals, Series, and Products contains a large collection of results. An even larger, multivolume table is the Integrals and Series by Prudnikov, Brychkov, and Marichev (with volumes 1–3 listing integrals and series of elementary and special functions, volume 4–5 are tables of Laplace transforms). More compact collections can be found in e.g. Brychkov, Marichev, Prudnikov's Tables of Indefinite Integrals, or as chapters in Zwillinger's CRC Standard Mathematical Tables and Formulae, Bronstein and Semendyayev's Handbook of Mathematics (Springer) and Oxford Users' Guide to Mathematics (Oxford Univ. Press), and other mathematical handbooks.

Other useful resources include Abramowitz and Stegun and the Bateman Manuscript Project. Both works contain many identities concerning specific integrals, which are organized with the most relevant topic instead of being collected into a separate table. Two volumes of the Bateman Manuscript are specific to integral transforms.

There are several web sites which have tables of integrals and integrals on demand. Wolfram Alpha can show results, and for some simpler expressions, also the intermediate steps of the integration. Wolfram Research also operates another online service, the Wolfram Mathematica Online Integrator.

Integrals of simple functions

C is used for an arbitrary constant of integration that can only be determined if something about the value of the integral at some point is known. Thus each function has an infinite number of antiderivatives.

These formulas only state in another form the assertions in the table of derivatives.

Integrals with a singularity

When there is a singularity in the function being integrated such that the integral becomes undefined, i.e., it is not Lebesgue integrable, then C does not need to be the same on both sides of the singularity. The forms below normally assume the Cauchy principal value around a singularity in the value of C but this is not in general necessary. For instance in

\int {1 \over x}\,dx = \ln \left|x \right| %2B C

there is a singularity at 0 and the integral becomes infinite there. If the integral above was used to give a definite integral between -1 and 1 the answer would be 0. This however is only the value assuming the Cauchy principal value for the integral around the singularity. If the integration was done in the complex plane the result would depend on the path around the origin, in this case the singularity contributes − when using a path above the origin and for a path below the origin. A function on the real line could use a completely different value of C on either side of the origin as in:

 \int {1 \over x}\,dx = \ln|x| %2B \begin{cases} A & \text{if }x>0; \\ B & \text{if }x < 0. \end{cases}

Rational functions

more integrals: List of integrals of rational functions

These rational functions have a non-integrable singularity at 0 for a ≤ −1.

\int k\,dx = kx %2B C
\int x^a\,dx = \frac{x^{a%2B1}}{a%2B1} %2B C \qquad\text{(for } a\neq -1\text{)}\,\! (Cavalieri's quadrature formula)
\int (ax %2B b)^n \, dx= \frac{(ax %2B b)^{n%2B1}}{a(n %2B 1)} %2B C \qquad\text{(for } n\neq -1\text{)}\,\!
\int {1 \over x}\,dx = \ln \left|x \right| %2B C
\int\frac{c}{ax %2B b} \, dx= \frac{c}{a}\ln\left|ax %2B b\right| %2B C

Exponential functions

more integrals: List of integrals of exponential functions
\int e^x\,dx = e^x %2B C
\int a^x\,dx = \frac{a^x}{\ln a} %2B C

Logarithms

more integrals: List of integrals of logarithmic functions
\int \log x\,dx = x \log x - x %2B C
\int \log_a x\,dx = x\log_a x - \frac{x}{\log a} %2B C

Trigonometric functions

more integrals: List of integrals of trigonometric functions
\int \sin{x}\, dx = -\cos{x} %2B C
\int \cos{x}\, dx = \sin{x} %2B C
\int \tan{x} \, dx = -\ln{\left| \cos {x} \right|} %2B C = \ln{\left| \sec{x} \right|} %2B C
\int \cot{x} \, dx = \ln{\left| \sin{x} \right|} %2B C
\int \sec{x} \, dx = \ln{\left| \sec{x} %2B \tan{x}\right|} %2B C
(See Integral of the secant function. This result was a well-known conjecture in the 17th century.)
\int \csc{x} \, dx = -\ln{\left| \csc{x} %2B \cot{x}\right|} %2B C=\ln\left|\tan\left(\frac{x}{2}\right)\right|%2BC
\int \sec^2 x \, dx = \tan x %2B C
\int \csc^2 x \, dx = -\cot x %2B C
\int \sec{x} \, \tan{x} \, dx = \sec{x} %2B C
\int \csc{x} \, \cot{x} \, dx = -\csc{x} %2B C
\int \sin^2 x \, dx = \frac{1}{2}\left(x - \frac{\sin 2x}{2} \right) %2B C = \frac{1}{2}(x - \sin x\cos x ) %2B C
\int \cos^2 x \, dx = \frac{1}{2}\left(x %2B \frac{\sin 2x}{2} \right) %2B C = \frac{1}{2}(x %2B \sin x\cos x ) %2B C
\int \sec^3 x \, dx = \frac{1}{2}\sec x \tan x %2B \frac{1}{2}\ln|\sec x %2B \tan x| %2B C
(see integral of secant cubed)
\int \sin^n x \, dx = - \frac{\sin^{n-1} {x} \cos {x}}{n} %2B \frac{n-1}{n} \int \sin^{n-2}{x} \, dx
\int \cos^n x \, dx = \frac{\cos^{n-1} {x} \sin {x}}{n} %2B \frac{n-1}{n} \int \cos^{n-2}{x} \, dx

Inverse trigonometric functions

more integrals: List of integrals of inverse trigonometric functions
\int \arcsin{x} \, dx = x \arcsin{x} %2B \sqrt{1 - x^2} %2B C
\int \arccos{x} \, dx = x \arccos{x} - \sqrt{1 - x^2} %2B C
\int \arctan{x} \, dx = x \arctan{x} - \frac{1}{2} \ln{\left| 1 %2B x^2\right|} %2B C
\int \operatorname{arccot} x  \, dx = x \operatorname{arccot} x %2B \frac{1}{2} \ln \left| 1 %2B x^2\right| %2B C
\int \operatorname{arcsec} x \, dx = x \operatorname{arcsec} x - \operatorname{artanh} \sqrt{1-\frac{1}{x^2}} %2B C
\int \operatorname{arccsc} x \, dx = x \operatorname{arccsc} x %2B \operatorname{artanh} \sqrt{1-\frac{1}{x^2}} %2B C

Hyperbolic functions

more integrals: List of integrals of hyperbolic functions
\int \sinh x \, dx = \cosh x %2B C
\int \cosh x \, dx = \sinh x %2B C
\int \tanh x \, dx = \ln \cosh x %2B C
\int \operatorname{csch}\,x \, dx = \ln\left| \tanh {x \over2}\right| %2B C
\int \operatorname{sech}\,x \, dx = \arcsin\,(\tanh x) %2B C
\int \coth x \, dx = \ln| \sinh x | %2B C

Inverse hyperbolic functions

more integrals: List of integrals of inverse hyperbolic functions
\int \operatorname{arsinh} \, x \, dx=
    x \, \operatorname{arsinh} \, x-\sqrt{x^2%2B1}%2BC
\int \operatorname{arcosh} \, x \, dx=
    x \, \operatorname{arcosh} \, x-\sqrt{x%2B1} \, \sqrt{x-1}%2BC
\int \operatorname{artanh} \, x \, dx=
    x \, \operatorname{artanh} \, x%2B\frac{\ln\left(1-x^2\right)}{2}%2BC
\int \operatorname{arcoth} \, x \, dx=
    x \, \operatorname{arcoth} \, x%2B\frac{\ln\left(1-x^2\right)}{2}%2BC
\int \operatorname{arsech} \, x \, dx=
    x \, \operatorname{arsech} \, x-2 \, \arctan\sqrt{\frac{1-x}{1%2Bx}}%2BC
\int \operatorname{arcsch} \, x \, dx=
    x \, \operatorname{arcsch} \, x%2B\operatorname{artanh}\sqrt{\frac{1}{x^2}%2B1}%2BC

Products of functions proportional to their second derivatives

\int \cos ax\, e^{bx}\, dx = \frac{e^{bx}}{a^2%2Bb^2}\left( a\sin ax %2B b\cos ax \right) %2B C
\int \sin ax\, e^{bx}\, dx = \frac{e^{bx}}{a^2%2Bb^2}\left( b\sin ax - a\cos ax \right) %2B C
\int \cos ax\, \cosh bx\, dx = \frac{1}{a^2%2Bb^2}\left( a\sin ax\, \cosh bx%2B b\cos ax\, \sinh bx \right) %2B C
\int \sin ax\, \cosh bx\, dx = \frac{1}{a^2%2Bb^2}\left( b\sin ax\, \sinh bx- a\cos ax\, \cosh bx \right) %2B C

Absolute value functions

\int \left| (ax %2B b)^n \right|\,dx = {(ax %2B b)^{n%2B2} \over a(n%2B1) \left| ax %2B b \right|} %2B C \,\, [\,n\text{ is odd, and } n \neq -1\,]
\int \left| \sin{ax} \right|\,dx = {-1 \over a} \left| \sin{ax} \right| \cot{ax} %2B C
\int \left| \cos{ax} \right|\,dx = {1 \over a} \left| \cos{ax} \right| \tan{ax} %2B C
\int \left| \tan{ax} \right|\,dx = {\tan(ax)[-\ln\left|\cos{ax}\right|] \over a \left| \tan{ax} \right|} %2B C
\int \left| \csc{ax} \right|\,dx = {-\ln \left| \csc{ax} %2B \cot{ax} \right|\sin{ax} \over a \left| \sin{ax} \right|} %2B C
\int \left| \sec{ax} \right|\,dx = {\ln \left| \sec{ax} %2B \tan{ax} \right| \cos{ax} \over a \left| \cos{ax} \right|} %2B C
\int \left| \cot{ax} \right|\,dx = {\tan(ax)[\ln\left|\sin{ax}\right|] \over a \left| \tan{ax} \right|} %2B C

Special functions

Ci, Si: Trigonometric integrals, Ei: Exponential integral, li: Logarithmic integral function, erf: Error function

\int \operatorname{Ci}(x) \, dx = x \operatorname{Ci}(x) - \sin x
\int \operatorname{Si}(x) \, dx = x \operatorname{Si}(x) %2B \cos x
\int \operatorname{Ei}(x) \, dx = x \operatorname{Ei}(x) - e^x
\int \operatorname{li}(x) \, dx = x \operatorname{li}(x)-\operatorname{Ei}(2 \ln x)
\int \frac{\operatorname{li}(x)}{x}\,dx = \ln x\, \operatorname{li}(x) -x
\int \operatorname{erf}(x)\, dx = \frac{e^{-x^2}}{\sqrt{\pi }}%2Bx \operatorname{erf}(x)

Definite integrals lacking closed-form antiderivatives

There are some functions whose antiderivatives cannot be expressed in closed form. However, the values of the definite integrals of some of these functions over some common intervals can be calculated. A few useful integrals are given below.

\int_0^\infty \sqrt{x}\,e^{-x}\,dx = \frac{1}{2}\sqrt \pi (see also Gamma function)
\int_0^\infty e^{-a x^2}\,dx = \frac{1}{2} \sqrt \frac {\pi} {a} (the Gaussian integral)
\int_0^\infty{x^2 e^{-a x^2}\,dx} = \frac{1}{4} \sqrt \frac {\pi} {a^3} for a > 0
\int_0^\infty x^{2n} e^{-a x^2}\,dx
= \frac{2n-1}{2a} \int_0^\infty x^{2(n-1)} e^{-a x^2}\,dx
= \frac{(2n-1)!!}{2^{n%2B1}} \sqrt{\frac{\pi}{a^{2n%2B1}}}
= \frac{(2n)!}{n! 2^{2n%2B1}} \sqrt{\frac{\pi}{a^{2n%2B1}}}
for a > 0, n is 1, 2, 3, ... and !! is the double factorial.
\int_0^\infty{x^3 e^{-a x^2}\,dx} = \frac{1}{2 a^2} when a > 0
\int_0^\infty x^{2n%2B1} e^{-a x^2}\,dx
= \frac {n} {a} \int_0^\infty x^{2n-1} e^{-a x^2}\,dx
= \frac{n!}{2 a^{n%2B1}}
for a > 0, n = 0, 1, 2, ....
\int_0^\infty \frac{x}{e^x-1}\,dx = \frac{\pi^2}{6} (see also Bernoulli number)
\int_0^\infty \frac{x^2}{e^x-1}\,dx = 2\zeta(3) \simeq 2.40
\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
\int_0^\infty \frac{\sin{x}}{x}\,dx = \frac{\pi}{2} (see sinc function and Sine integral)
\int_0^\infty\frac{\sin^2{x}}{x^2}\,dx = \frac{\pi}{2}
\int_0^\frac{\pi}{2}\sin^n{x}\,dx = \int_0^\frac{\pi}{2} \cos^n{x}\,dx = \frac{1 \cdot 3 \cdot 5 \cdot \cdots \cdot (n-1)}{2 \cdot 4 \cdot 6 \cdot \cdots \cdot n}\frac{\pi}{2} (if n is an even integer and   \scriptstyle{n \ge 2})
\int_0^\frac{\pi}{2}\sin^n{x}\,dx = \int_0^\frac{\pi}{2}\cos^n{x}\,dx = \frac{2 \cdot 4 \cdot 6 \cdot \cdots \cdot (n-1)}{3 \cdot 5 \cdot 7 \cdot \cdots \cdot n} (if  \scriptstyle{n} is an odd integer and   \scriptstyle{n \ge 3} )
\int_{-\pi}^\pi \cos(\alpha x)\cos^n(\beta x) dx = \begin{cases}
\frac{2 \pi}{2^n} \binom{n}{m} & |\alpha|= |\beta (2m-n)| \\
0 & \text{otherwise}
\end{cases} (for \scriptstyle \alpha, \beta, m, n integers with \scriptstyle \beta \neq 0 and \scriptstyle m, n \geq 0, see also Binomial coefficient)
\int_{-\pi}^\pi \sin(\alpha x) \cos^n(\beta x) dx = 0 (for \scriptstyle \alpha,\beta real and \scriptstyle n non-negative integer, see also Symmetry)
\int_{-\pi}^\pi \sin(\alpha x) \sin^n(\beta x) dx = \begin{cases}
(-1)^{(n%2B1)/2} (-1)^m \frac{2 \pi}{2^n} \binom{n}{m} & n \text{ odd},\ \alpha = \beta (2m-n) \\
0 & \text{otherwise}
\end{cases} (for \scriptstyle \alpha, \beta, m, n integers with \scriptstyle \beta \neq 0 and \scriptstyle m, n \geq 0, see also Binomial coefficient)
\int_{-\pi}^{\pi} \cos(\alpha x) \sin^n(\beta x) dx = \begin{cases}
(-1)^{n/2} (-1)^m \frac{2 \pi}{2^n} \binom{n}{m} & n \text{ even},\ |\alpha| = |\beta (2m-n)| \\
0 & \text{otherwise}
\end{cases} (for \scriptstyle \alpha, \beta, m, n integers with \scriptstyle \beta \neq 0 and \scriptstyle m,n \geq 0, see also Binomial coefficient)
\int_{-\infty}^\infty e^{-(ax^2%2Bbx%2Bc)}\,dx = \sqrt{\frac{\pi}{a}}\exp\left[\frac{b^2-4ac}{4a}\right] (where \exp[u] is the exponential function e^u, and a>0)
\int_0^\infty  x^{z-1}\,e^{-x}\,dx = \Gamma(z) (where \Gamma(z) is the Gamma function)
\int_0^1 x^{m-1}(1-x)^{n-1} dx = \frac{\Gamma(m)\Gamma(n)}{\Gamma(m%2Bn)} (the Beta function)
\int_0^{2 \pi} e^{x \cos \theta} d \theta = 2 \pi I_{0}(x) (where I_0(x) is the modified Bessel function of the first kind)
\int_0^{2 \pi} e^{x \cos \theta %2B y \sin \theta} d \theta = 2 \pi I_{0} \left(\sqrt{x^2 %2B y^2}\right)
\int_{-\infty}^\infty (1 %2B x^2/\nu)^{-(\nu %2B 1)/2}\,dx = \frac { \sqrt{\nu \pi} \ \Gamma(\nu/2)} {\Gamma((\nu %2B 1)/2)}\qquad \nu > 0\,, this is related to the probability density function of the Student's t-distribution)

The method of exhaustion provides a formula for the general case when no antiderivative exists:

\int_a^b{f(x)\,dx} = (b - a) \sum\limits_{n = 1}^\infty  {\sum\limits_{m = 1}^{2^n  - 1} {\left( { - 1} \right)^{m %2B 1} } } 2^{ - n} f(a %2B m\left( {b - a} \right)2^{-n} ).
\int_0^1 [\ln(1/x)]^p\,dx = p!

The "sophomore's dream"

\begin{align}
\int_0^1 x^{-x}\,dx &= \sum_{n=1}^\infty n^{-n}        &&(= 1.29128599706266\dots)\\
\int_0^1 x^x   \,dx &= -\sum_{n=1}^\infty (-1)^n n^{-n} &&(= 0.783430510712\dots)
\end{align}

attributed to Johann Bernoulli.

See also

References

Historical

External links

Tables of integrals

Derivations

Online service

Open source programs